Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes the secret handling #58

Conversation

unglaublicherdude
Copy link
Member

you either have to configure a dockerjsonconfig or a global.imagepullsecrets

but when you configure both, both are added to the imagepullsecrets in the deployments and stateful-sets

@unglaublicherdude unglaublicherdude force-pushed the 57-allow-users-to-provide-imagepullsecrets-from-outside-of-the-values branch from aa1c0fd to 003f878 Compare June 26, 2024 13:53
@lennartdohmann
Copy link
Contributor

We could take the opportunity here and adapt the Readme.md in this PR to explain how to set the secrets. Isn't the first part of the explanation a bit misleading if you have to set either one or the other and not both? This section

@unglaublicherdude
Copy link
Member Author

With this PR it is not the case anymore. You can set just one of the two options but also both.
The old version did not explain, why you also have to set the global.imagePullSecrets because it was never meant to work like that. It should have been an either or but actually was an if you set the dockerjsonconfig you also have to set global.imagePullSecrets to a specific value.

And yes, we might come up with a better explanation to that, but maybe we do this afterwards, because a customer is waiting for this PR.

you either have to configure a dockerjsonconfig or a global.imagepullsecrets

but when you configure both, both are added to the imagepullsecrets in the deployments and stateful-sets
@unglaublicherdude unglaublicherdude force-pushed the 57-allow-users-to-provide-imagepullsecrets-from-outside-of-the-values branch from 7f369a3 to 4136a5b Compare June 28, 2024 08:23
@unglaublicherdude unglaublicherdude merged commit 22e0ff1 into main Jun 28, 2024
2 checks passed
@unglaublicherdude unglaublicherdude deleted the 57-allow-users-to-provide-imagepullsecrets-from-outside-of-the-values branch June 28, 2024 12:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow Users to provide ImagePullSecrets from outside of the values
3 participants